cody - HTMLify profile

cody
4270 Files
632704 Views
Latest files of /cody/swapnilsparsh/30DaysOfJavaScript/94 - Windows 11 Clone
Media file
Media file
Media file
*{
margin: 0;
padding: 0;
}
body{
/* background-image: url('bg.jpeg');
background-size: cover; */
margin: 0;
padding: 0;
}
body{
/* background-image: url('bg.jpeg');
background-size: cover; */
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Try Windows 11</title>
<link rel="stylesheet" href="style.css">
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Try Windows 11</title>
<link rel="stylesheet" href="style.css">
# Windows 11 :
---
## Tech Stack Used :
> HTML5, CSS3, JS
---
## Our Cloned Copy Looks Like:

---
## Tech Stack Used :
> HTML5, CSS3, JS
---
## Our Cloned Copy Looks Like:

let taskbar = document.getElementsByClassName("taskbar")[0]
let startmenu = document.getElementsByClassName("startmenu")[0]
taskbar.addEventListener("click", ()=>{
console.log("clicked");
if(startmenu.style.bottom == "50px"){
startmenu.style.bottom = "-655px"
}
let startmenu = document.getElementsByClassName("startmenu")[0]
taskbar.addEventListener("click", ()=>{
console.log("clicked");
if(startmenu.style.bottom == "50px"){
startmenu.style.bottom = "-655px"
}